NewStdObject creates a prototype instance of the specified class that MacApp uses to create an object.
The signature parameter is the class identifier of the class to which the new object belongs. For a list of constants that can be used to define standard objects, see the definitions of object signatures in the file UMacApp.p.
MacApp uses NewStdObject to create certain TView objects. You usually do not need to call this routine yourself.
-- part contents for background part 5
----- text -----
Unit: UMacApp
-- part contents for background part 23
----- text -----
ROUTINE
-- part contents for background part 2
----- text -----
NewStdObject
-- part contents for background part 20
----- text -----
FUNCTION NewStdObject(signature: IDType): TObject;